					README file for HID OMNIKEY 5127/5427 CK Reader Board PC/SC Driver
					Copyright (c) 2012 - HID Global Corporation
					
This document describes the release notes of the driver setup
=============================================================


General
*******

This program installs/uninstalls PC/SC drivers for HID OMNIKEY 5127/5427 CK Reader Board. 
The installation of the driver is done by Plug and Play
For Windows all NT based you must have administration rights.

For installation on Windows Vista and above, it is necessary to run the HID_OK5x27CK_CCID_xxx.exe file 
from a command shell with administrative privileges.

Install
*******

To install the driver type the following line on a console window with administrative privileges:

HID_OK5x27CK_CCID_xxx.exe 


Uninstall
*********

To uninstall the driver type the following line on a console window with administrative privileges:

HID_OK5x27CK_CCID_xxx.exe /x


FAQ
***

Q: How can I do a silent installation ?
A: For an installtion start the setup with 

   HID_OK5x27CK_CCID_xxx.exe /s /V"/qn"

   and for an uninstallation use the command

   HID_OK5x27CK_CCID_xxx.exe /x /s /V"/qn"
   
   Further details can be found there
   http://support.installshield.com/kb/view.asp?articleid=Q105473


Q: I encounter an error during the installation. What can I do ?
A: Create a logfile. You can do this by submitting the following command

   HID_OK5x27CK_CCID_xxx.exe /s /V"/Lv* YourDriveName:\YourLogFileName.txt"

   and send YourLogFileName.txt to

   eusupport@hidglobal.com

Q: How can I check the installation state?
A: You can use an the function MsiQueryProductState from the installer library
   MSI.dll please see: http://msdn2.microsoft.com/en-us/library/aa370363.aspx
   for details.
   Product Code for x86 Version:
   {416D5CA0-63E7-4F98-897E-1F035521F383}
   
   Product Code for x64 Version:
   {8642B274-DB76-4FBE-A200-7E3687B276FF}



